home *** CD-ROM | disk | FTP | other *** search
-
-
-
- - 1 -
-
-
-
- 7.3 ANSI C Release Notes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - 2 -
-
-
-
- 7. _B_u_g__F_i_x_e_s
-
- This chapter briefly describes the bugs that
- have been fixed in the C compiler since release
- 7.2.1.
-
-
- 447522 The C compiler erroneously warns about
- incompatible pointer types when one of
- the pointers is a void*.
-
- 499970 A sizeof operator silently returns 0
- when the size of the array exceeds
- 2^32-1 bytes.
-
- 502643 An internal error occurred because the
- front end code reserves two characters
- (0x80 and 0x81, which are 200 and 201
- in octal).
-
- 569224 sizeof() operator does not handle
- memory sizes larger than 4 Gbytes.
-
- 575250 The C compiler aborts when compiling a
- program with an unreferenced
- declaration.
-
- 673722 Error 1069 reported by compiler when a
- warning should have been reported.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-